home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / dragon-runner.swf / scripts / bird.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  610 b   |  30 lines

  1. package
  2. {
  3.    [Embed(source="/_assets/assets.swf", symbol="bird")]
  4.    public dynamic class bird extends BirdChar
  5.    {
  6.        
  7.       
  8.       public function bird()
  9.       {
  10.          super();
  11.          addFrameScript(11,┬º\x01\x01\f\r┬º,38,┬º\x01\x01\f\x0e┬º,58,┬º\x01\x01\f\x0f┬º);
  12.       }
  13.       
  14.       internal function ┬º\x01\x01\f\r┬º() : *
  15.       {
  16.          gotoAndPlay("fly");
  17.       }
  18.       
  19.       internal function ┬º\x01\x01\f\x0e┬º() : *
  20.       {
  21.          gotoAndPlay("fly");
  22.       }
  23.       
  24.       internal function ┬º\x01\x01\f\x0f┬º() : *
  25.       {
  26.          stop();
  27.       }
  28.    }
  29. }
  30.